IDL Programming > Objects > Network Object Classes > About Network Objects

About Network Objects

IDL provides object classes that facilitate communication and file transfer between IDL and several different types of network-based resources.

Generic Network Resources

The IDLnetURL object class provides a mechanism whereby IDL programs can transfer information to and from network servers using the HTTP and FTP protocols. Any data that can be transferred using a web browser or FTP client application can be transferred using the URL object.

Geospatial Network Resources

The Open Geospatial Consortium (OGC) is an open-standards organization devoted to developing standards that govern web-based delivery of geospatial data including geographical information systems (GIS) data combined with location, elevation or other types of structure data. Common OGC specifications include the following three client/server protocols:

IDL currently offers support for:

Using these objects, you can access and query servers that support the related OGC protocol (WCS or WMS). See Making OGC WCS Server Requests and Making OGC WMS Server Requests for more information.

The Open Geospatial Consortium web site (www.opengeospatial.org) provides full protocol specification details. See the web site to download specific service specifications and XML schema definition documents.